pip와 requirements.txt로 의존성 관리하기 {python}

problem: pip package version conflict

requirements.txt파일의 버전을 우선하고 싶다면 --no-deps 옵션을 추가하면 된다.